ocr: JavaScript Operators at a Glance Arithmetic Operators odd subtroct multiply divide modulo Arithmetic Assignment Operators assign volue add and assign value subtroct and assign value multiply and assign value divide ond ossign value modulo and assign value Increment/Decrement Operators increment volue decrement value Bitwise Logical Operators = And Or Xor Compliment Bitwise Shift Operators << shift leit >> sign propogating shift right 2 zero fill shift right Bitwisc Assignment Opcrators &= And and assign value Orc ond assign volue = Xor and ossign value <<= shift left and ossign value >- sign p ...